home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 6 / Amiga Format AFCD06 (Nov 1996, Issue 90).iso / serious / commercial / xfa_devkit / c / proto / xfa.h
C/C++ Source or Header  |  1996-04-09  |  218b  |  12 lines

  1. #ifndef PROTO_XFA_H
  2. #define PROTO_XFA_H
  3. #include <exec/types.h>
  4. extern struct Library *XFABase;
  5. #ifdef __GNUC__
  6. #include <inline/xfa.h>
  7. #else
  8. #include <clib/xfa_protos.h>
  9. #include <pragmas/xfa_pragmas.h>
  10. #endif
  11. #endif
  12.